home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1996 #5
/
Amiga Plus CD - 1996 - No. 5.iso
/
pd
/
grafik
/
tgif
/
example.tex
/
internals.pl
< prev
next >
Wrap
Text File
|
1996-05-30
|
402b
|
19 lines
# LaTeX2HTML 2022 (Released January 1, 2022)
# Associate internals original text with physical files.
$key = q/fig:epsf/;
$ref_files{$key} = "$dir".q|example_ct.html|;
$noresave{$key} = "$nosave";
$key = q/fig:psfig/;
$ref_files{$key} = "$dir".q|example_ct.html|;
$noresave{$key} = "$nosave";
$key = q/fig:psfile/;
$ref_files{$key} = "$dir".q|example_ct.html|;
$noresave{$key} = "$nosave";
1;